home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00031.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  183 b   |  11 lines

  1. on exitFrame
  2.   if the timer > 3600 then
  3.     go("collage2")
  4.     repeat with x = 13 to 48
  5.       set the cursor of sprite x to 0
  6.     end repeat
  7.   else
  8.     go(the frame - 2)
  9.   end if
  10. end
  11.